home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2004 March / PC Advisor 103 2004 March.iso / FileAssurity / FileAssurity_Reader.exe / bin / NPJava131_06.dll / 7 / 77 / #LINE
Encoding:
Text File  |  2002-10-02  |  6.0 KB  |  202 lines

  1.  
  2. #include "PluginVersion.h"
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Dialog
  7. //
  8. IDD_PLUGIN DIALOG DISCARDABLE  100, 100, 300, 100
  9. STYLE DS_SYSMODAL | DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION
  10. CAPTION "Java Plug-in Warning"
  11. FONT 8, "MS Sans Serif"
  12. BEGIN
  13.     ICON            "IDI_DUKE_ICON",IDC_STATIC,15,20,21,20
  14.     PUSHBUTTON      "Ok",IDC_OK,115,65,60,15
  15.     EDITTEXT        IDC_EDIT,50,15,230,40,ES_MULTILINE | ES_READONLY | 
  16.                     ES_WANTRETURN | NOT WS_BORDER
  17. END
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // Japanese resources
  21.  
  22. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
  23. #ifdef _WIN32
  24. LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
  25. #pragma code_page(932)
  26. #endif //_WIN32
  27. #include "version_ja.rc"
  28. #endif    // Japanese resources
  29. /////////////////////////////////////////////////////////////////////////////
  30.  
  31. /////////////////////////////////////////////////////////////////////////////
  32. // Chinese (P.R.C.) resources
  33.  
  34. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  35. #ifdef _WIN32
  36. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  37. #pragma code_page(936)
  38. #endif //_WIN32
  39. #include "version_zh.rc"
  40. #endif    // Chinese (P.R.C.) resources
  41. /////////////////////////////////////////////////////////////////////////////
  42.  
  43.  
  44. /////////////////////////////////////////////////////////////////////////////
  45. // Korean resources
  46.  
  47. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
  48. #ifdef _WIN32
  49. LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
  50. #pragma code_page(949)
  51. #endif //_WIN32
  52. #include "version_ko.rc"
  53. #endif    // Korean resources
  54. /////////////////////////////////////////////////////////////////////////////
  55.  
  56.  
  57. /////////////////////////////////////////////////////////////////////////////
  58. // Chinese (Taiwan) resources
  59.  
  60. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHT)
  61. #ifdef _WIN32
  62. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
  63. #pragma code_page(950)
  64. #endif //_WIN32
  65. #include "version_zh_TW.rc"
  66. #endif    // Chinese (Taiwan) resources
  67. /////////////////////////////////////////////////////////////////////////////
  68.  
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. // German (Germany) (unknown sub-lang: 0x0) resources
  72.  
  73. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
  74. #ifdef _WIN32
  75. LANGUAGE LANG_GERMAN, 0x0
  76. #pragma code_page(1252)
  77. #endif //_WIN32
  78. #include "version_de.rc"
  79. #endif    // German (Germany) (unknown sub-lang: 0x0) resources
  80. /////////////////////////////////////////////////////////////////////////////
  81.  
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84. // Spanish (Castilian) (unknown sub-lang: 0x0) resources
  85.  
  86. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESP)
  87. #ifdef _WIN32
  88. LANGUAGE LANG_SPANISH, 0x0
  89. #pragma code_page(1252)
  90. #endif //_WIN32
  91. #include "version_es.rc"
  92. #endif    // Spanish (Castilian) (unknown sub-lang: 0x0) resources
  93. /////////////////////////////////////////////////////////////////////////////
  94.  
  95.  
  96. /////////////////////////////////////////////////////////////////////////////
  97. // French (France) (unknown sub-lang: 0x0) resources
  98.  
  99. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
  100. #ifdef _WIN32
  101. LANGUAGE LANG_FRENCH, 0x0
  102. #pragma code_page(1252)
  103. #endif //_WIN32
  104. #include "version_fr.rc"
  105. #endif    // French (France) (unknown sub-lang: 0x0) resources
  106. /////////////////////////////////////////////////////////////////////////////
  107.  
  108.  
  109. /////////////////////////////////////////////////////////////////////////////
  110. // Italian (Italy) (unknown sub-lang: 0x0) resources
  111.  
  112. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA)
  113. #ifdef _WIN32
  114. LANGUAGE LANG_ITALIAN, 0x0
  115. #pragma code_page(1252)
  116. #endif //_WIN32
  117. #include "version_it.rc"
  118. #endif    // Italian (Italy) (unknown sub-lang: 0x0) resources
  119. /////////////////////////////////////////////////////////////////////////////
  120.  
  121.  
  122. /////////////////////////////////////////////////////////////////////////////
  123. // Swedish (unknown sub-lang: 0x0) resources
  124.  
  125. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SVE)
  126. #ifdef _WIN32
  127. LANGUAGE LANG_SWEDISH, 0x0
  128. #pragma code_page(1252)
  129. #endif //_WIN32
  130. #include "version_sv.rc"
  131. #endif    // Swedish (unknown sub-lang: 0x0) resources
  132. /////////////////////////////////////////////////////////////////////////////
  133.  
  134.  
  135. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  136. #ifdef _WIN32
  137. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  138. #pragma code_page(1252)
  139. #endif //_WIN32
  140.  
  141.  
  142. /////////////////////////////////////////////////////////////////////////////
  143. //
  144. // String Table
  145. //
  146. STRINGTABLE DISCARDABLE 
  147. BEGIN
  148.     IDC_MESSAGE             "An applet in this HTML page requires a version of Java different from \
  149.                     the one the browser is currently using. In order to run the applet, \
  150.                     please close all the browser windows which are currently opened, and \
  151.                     restart the browser using the URL of this HTML page."
  152. END
  153.  
  154. #endif    // English (U.S.) resources
  155.  
  156. #ifndef _MAC
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // Version
  160. //
  161.  
  162. VS_VERSION_INFO VERSIONINFO
  163.  FILEVERSION RES_PLUGIN_FILE_VERSION_NUMBER
  164.  PRODUCTVERSION RES_PLUGIN_PRODUCT_VERSION_NUMBER
  165.  FILEFLAGSMASK 0x3fL
  166. #ifdef _DEBUG
  167.  FILEFLAGS 0x1L
  168. #else
  169.  FILEFLAGS 0x0L
  170. #endif
  171.  FILEOS 0x4L
  172.  FILETYPE 0x2L
  173.  FILESUBTYPE 0x0L
  174. BEGIN
  175.     BLOCK "StringFileInfo"
  176.     BEGIN
  177.         BLOCK "040904e4"
  178.         BEGIN
  179.             VALUE "CompanyName", "JavaSoft / Sun Microsystems, Inc.\0"
  180.             VALUE "FileDescription", RES_PLUGIN_FILE_DESCRIPTION
  181.             VALUE "FileExtents", "|\0"
  182.             VALUE "FileOpenName", "Java Applet|JavaBeans\0"
  183.             VALUE "FileVersion", RES_PLUGIN_FILE_VERSION
  184.             VALUE "InternalName", "Java Plug-in\0"
  185.             VALUE "LegalCopyright", "Copyright ¿ 2000\0"
  186.             VALUE "MIMEType", RES_PLUGIN_MIME_TYPE
  187.             VALUE "OriginalFilename", RES_PLUGIN_ORIGINAL_FILENAME
  188.             VALUE "ProductName", "Java Plug-in\0"
  189.             VALUE "ProductVersion", RES_PLUGIN_PRODUCT_VERSION
  190.         END
  191.     END
  192.     BLOCK "VarFileInfo"
  193.     BEGIN
  194.         VALUE "Translation", 0x409, 1252
  195.     END
  196. END
  197.  
  198. #endif    // !_MAC
  199.  
  200.  
  201.  
  202.